home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / wc094c.zip / BSTYLE1.BTN < prev    next >
Text File  |  1992-10-19  |  4KB  |  136 lines

  1. ;
  2. ; Main Processing Screen Selection Buttons
  3. ;
  4.  
  5. [Button Bar Definition]
  6. ;
  7. ; Button bar Definition for the Main Processing screen
  8.  
  9. ;
  10. ; GridTitle=Framed Title
  11. ; (Optional if you don;t wnat a framed title wanted then remove this line)
  12. ;
  13. ; GridTitle=Tools
  14.  
  15. ;
  16. ; GridSizeofRowCols= rowsize;colsize
  17. ; (The size of each Grid element Row and Column in TWIPS)
  18. ;
  19. GridSizeOfRowCols=525; 525
  20.  
  21. ;
  22. ; ButtonSizeofRowCols= rowsize;colsize
  23. ; (The size of each Button Row and Column in TWIPS)
  24. ;
  25. ButtonSizeOfRowCols=510; 510
  26.  
  27.  
  28. ;
  29. ; Each Button is defined here as
  30. ;
  31. ; @ROW@COL=Caption;IconFileName;Keystrokes
  32. ;
  33. ; For Example to define a button that will display
  34. ; the message selection panel you could enter:
  35. ;
  36. ;  @01@01=&Select Msgs;;%RMS
  37. ;
  38. ;  This statement would cause a button to be painted at Row 1 Col 1
  39. ;  that had as text "Select Msgs" When pressed it would
  40. ;  send Alt-r, "M", "S" to WinCIS main window. This corresponds
  41. ;  to the menu selections of Forum/Messages/Select
  42. ;
  43. ;  If you are already familiar with the VB SendKeys function you
  44. ;  already know the format of the keystrokes that can be sent
  45. ;  For those of you not familiar with this command the following
  46. ;  characters have special meaning:
  47. ;
  48. ;   '+' SHIFT
  49. ;   '^' CONTROL
  50. ;   '%' ALT
  51. ;
  52. ;   So to simulate an ALT-R you code %R
  53. ;   CONTROL-R would be ^R and so on...
  54. ;
  55. ;   The following keys can be simulated by enclosing them in braces {}
  56. ;
  57. ;   {ENTER} {HELP} {LEFT} {RIGHT} {UP} {DOWN} {PGDN} {PGUP} {F1 ... F12}
  58. ;
  59. ;   There are quite a few more keys you can code so refer to a VB manual if
  60. ;   you can
  61. ;
  62. ;
  63.  
  64.  
  65. [Button Bar Definition Top]
  66. ; Definition to be used when Displaying Buttons Across the TOP
  67.  
  68. ; GridNumberofRowCols= rows;cols
  69. ; (number of rows and columns to allow for)
  70. ;
  71. GridNumberOfRowCols=1 ; 8
  72.  
  73. @1@1=;&WinCisPath\MAIL10.ICO;%EL
  74. @1@2=;&WinCisPath\MAIL03.ICO;%EC
  75. @1@3=;&WinCisPath\MAIL11.ICO;%RML
  76. @1@4=;&WinCisPath\MAIL12.ICO;%RMC
  77. @1@5=;&WinCisPath\PEN06.ICO;%RMM
  78. @1@6=;&WinCisPath\FILES07.ICO;%RLC
  79. @1@7=;&WinCisPath\CRDFLE11.ICO;%RLS
  80. @1@8=;&WinCisPath\POINT14.ICO;%OLBSTYLE2.BTN{ENTER}
  81.  
  82.  
  83. [Button Bar Definition Bottom]
  84. ; Definition to be used when Displaying Buttons Along the BOTTOM
  85.  
  86. ; GridNumberofRowCols= rows;cols
  87. ; (number of rows and columns to allow for)
  88. ;
  89. GridNumberOfRowCols=1 ; 8
  90.  
  91. @1@1=;&WinCisPath\MAIL10.ICO;%EL
  92. @1@2=;&WinCisPath\MAIL03.ICO;%EC
  93. @1@3=;&WinCisPath\MAIL11.ICO;%RML
  94. @1@4=;&WinCisPath\MAIL12.ICO;%RMC
  95. @1@5=;&WinCisPath\PEN06.ICO;%RMM
  96. @1@6=;&WinCisPath\FILES07.ICO;%RLC
  97. @1@7=;&WinCisPath\CRDFLE11.ICO;%RLS
  98. @1@8=;&WinCisPath\POINT14.ICO;%OLBSTYLE2.BTN{ENTER}
  99.  
  100.  
  101. [Button Bar Definition Left]
  102. ; Definition to be used when Displaying Buttons on the LEFT
  103.  
  104. ; GridNumberofRowCols= rows;cols
  105. ; (number of rows and columns to allow for)
  106. ;
  107. GridNumberOfRowCols=2 ; 4
  108.  
  109. @1@1=;&WinCisPath\MAIL10.ICO;%EL
  110. @2@1=;&WinCisPath\MAIL03.ICO;%EC
  111. @1@2=;&WinCisPath\MAIL11.ICO;%RML
  112. @2@2=;&WinCisPath\MAIL12.ICO;%RMC
  113. @1@3=;&WinCisPath\PEN06.ICO;%RMM
  114. @1@4=;&WinCisPath\FILES07.ICO;%RLC
  115. @2@3=;&WinCisPath\CRDFLE11.ICO;%RLS
  116. @2@4=;&WinCisPath\POINT14.ICO;%OLBSTYLE2.BTN{ENTER}
  117.  
  118.  
  119. [Button Bar Definition Right]
  120. ; Definition to be used when Displaying Buttons on the RIGHT
  121.  
  122. ;
  123. ; GridNumberofRowCols= rows;cols
  124. ; (number of rows and columns to allow for)
  125. ;
  126. GridNumberOfRowCols=8 ; 1
  127.  
  128. @1@1=;&WinCisPath\MAIL10.ICO;%EL
  129. @2@1=;&WinCisPath\MAIL03.ICO;%EC
  130. @3@1=;&WinCisPath\MAIL11.ICO;%RML
  131. @4@1=;&WinCisPath\MAIL12.ICO;%RMC
  132. @5@1=;&WinCisPath\PEN06.ICO;%RMM
  133. @6@1=;&WinCisPath\FILES07.ICO;%RLC
  134. @7@1=;&WinCisPath\CRDFLE11.ICO;%RLS
  135. @8@1=;&WinCisPath\POINT14.ICO;%OLBSTYLE2.BTN{ENTER}
  136.